DX11 SET CBUFFER VECTOR2

Sets a vector2 value at the given offset of the specified constant buffer.
Make sure that you will not write out of the buffer's bounds; a VECTOR2 is the same as two contiguous floats so it will need 2 x 4 = 8 bytes to store.

  Syntax
DX11 SET CBUFFER VECTOR2 cbuffer, offset, vector
  Parameters
cbuffer
Dword
The constant buffer to set the data for.
offset
Dword
Offset from the start of the buffer to write the data to.
vector
Dword
The vector to copy to the constant buffer.

  Returns

This function does not return a value.

  See also

CONSTANTBUFFER Functions Menu
DX11 Function Categories